.home_container {
  min-width: 960px;
  color: #2e3033;
  background: #fff;
  position: relative;
  min-height: 100vh;
  padding-bottom: 50px;
}

/* kv 头图 */
.kv_kv {
  height: 312px;
  width: 100%;
  padding-top: 83px;
  position: relative;
  background: linear-gradient(180deg, #effdff 0%, #deedff 100%);
}

.kv_circle_wrapper {
  height: 312px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.kv_circle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .kv_kv {
    background-image: url(../images/homeKv@2x.png);
  }
} */

.kv_title {
  font-size: 40px;
  color: #516b89;
  font-weight: 500;
  text-align: center;
  margin-bottom: 42px;
  position: relative;
}

/* 热门问题 */
.hotQuestion_container {
  width: 936px;
  background: #fff;
  border: 1px solid #e6e8eb;
  border-radius: 10px;
  margin: 41px auto 0;
  padding: 24px 0;
  color: #2e3033;
  position: relative;
}

.hotQuestion_title {
  font-size: 18px;
  font-weight: bold;
}

.hotQuestion_exchange {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.hotQuestion_exchange .icon {
  color: #328ffa;
}

.hotQuestion_content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 7px;
}

.hotQuestion_item_wrapper {
  width: 33.3%;
  line-height: 1.5;
  padding: 0 24px;
}

.hotQuestion_item {
  font-size: 14px;
  color: #5c6166;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  max-width: 100%;
}

.hotQuestion_item:hover {
  color: #328ffa;
}

.hotQuestion_item:hover .hotQuestion_point {background: #328ffa;}

.hotQuestion_point {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #959da6;
  border-radius: 50%;
  flex-shrink: 0;
}

.hotQuestion_point:hover {
  background: #328ffa;
}

.hotQuestion_itemText {
  margin-left: 10px;
}

.hotQuestion_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}

.hotQuestion_exchangeText {
  font-size: 13px;
  color: #328ffa;
  margin-right: 7px;
}

/* 问题分类 */
.category_container {
  width: 936px;
  margin: 90px auto 0;
  color: #2e3033;
}

.category_title {
  font-size: 30px;
  font-weight: 500;
}

.category_content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}

.category_item {
  width: 312px;
  height: 234px;
  padding: 48px 24px 12px 24px;
}

.category_item_title {
  font-size: 18px;
  font-weight: 600;
}

.category_item_content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 132px;
  color: #5c6166;
}

.category_item_contentGroup {
  
}

.category_item_contentItem_wrapper {
  margin-top: 12px;
  line-height: 1.2;
}

.category_item_contentItem {
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}

.category_item_contentItem:hover {
  color: #328ffa;
}

.category_item_contentItem:hover .category_item_contentItem_point {
  background: #328ffa;
}

.category_item_contentItem_wrapper:nth-child(1) {
  margin-top: 0;
}

.category_item_contentItem_point {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #959da6;
  border-radius: 50%;
  flex-shrink: 0;
}

.category_item_contentItem_itemText {
  margin-left: 8px;
}

.category_item_contentItem_point:hover {
  background: #328ffa;
}

.category_item_contentItem_point:hover .category_item_contentItem {
  color: #328ffa;
}

.category_item_more {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.category_item_more_wrapper {
  /* padding-top: 26px; */
}

.category_item_moreText {
  color: #328ffa;
  font-size: 13px;
  margin-right: 7.4px;
}

.category_item_more .icon {
  color: #328ffa;
  font-size: 12px;
}

.category_bottomLine {
  width: 936px;
  height: 1px;
  background: #e6e8eb;
  margin: 90px auto 0;
}

/* 联系我们 */
.contact_container {
  width: 936px;
  margin: 32px auto 0;
  padding-bottom: 75px;
}

.contact_title {
  font-size: 18px;
  font-weight: 600;
  padding-left: 24px;
}

.contact_content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}

.contact_item {
  width: 312px;
  height: 32px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  font-size: 12px;
}

.contact_item_title {
  color: #5c6166;
}

.contact_item_title:hover {
  color: #328ffa;
  cursor: pointer;
}

.category_item_moreImgActive {
  display: none;
}

.nav_contact {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(46, 48, 51, .1);
}

.nav_contact:hover {
  box-shadow: 0px 0px 20px rgba(46, 48, 51, .2);
}
